home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000980_carson@lehman.com_Thu Sep 22 08:12:40 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from Lehman.COM by cs.umb.edu with SMTP id AA26573
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 22 Sep 1994 12:38:07 -0400
  3. Received: from relay.lehman.com by lehman.com (8.6.4/LB 0.1)
  4.     id MAA18966; Thu, 22 Sep 1994 12:38:02 -0400
  5. Received: from dragon.lehman.com by relay.lehman.com (4.1/LB-0.6)
  6.     id AA17034; Thu, 22 Sep 94 12:37:38 EDT
  7. Received: by dragon.lehman.com (5.0/SMI-SVR4)
  8.     id AA27471; Thu, 22 Sep 1994 12:37:35 -0400
  9. Message-Id: <9409221637.AA27471@dragon.lehman.com>
  10. From: carson@lehman.com (Carson Gaspar)
  11. Subject: xdvik bug
  12. To: tex-k@cs.umb.edu
  13. Cc: carson@lehman.com
  14. Date: Thu, 22 Sep 1994 12:12:40 -0400
  15. Reply-To: carson@lehman.com
  16. Content-Length: 960
  17.  
  18.  
  19. xdvik-18b, kpathsea version 2.0
  20.  
  21. xdvi fails to invoke MakeTeXPK.
  22.  
  23. I was chasing a wild fowl in my last message (not enough caffeine :)
  24.  
  25. The real problem lies in tex-file.c:171
  26.  
  27.     case kpse_pk_format:
  28.       INIT_MT ("MakeTeXPK", MAKETEXPK_SPEC);
  29.       INIT_FORMAT ("pk", true, DEFAULT_PKFONTS, KPSE_PK_ENVS);
  30.       FMT_INFO.suffix_search_only = true;
  31.       break;
  32.     case kpse_any_glyph_format:
  33.       INIT_FORMAT ("bitmap", true, DEFAULT_GLYPHFONTS, KPSE_GLYPH_ENVS);
  34.       FMT_INFO.suffix_search_only = true;
  35.       break;
  36.  
  37. So, the override behavior is different from the default behavior.
  38.  
  39. I suggest modifying the above to read:
  40.  
  41.     case kpse_any_glyph_format:
  42.       INIT_MT ("MakeTeXPK", MAKETEXPK_SPEC);
  43.       INIT_FORMAT ("bitmap", true, DEFAULT_GLYPHFONTS, KPSE_GLYPH_ENVS);
  44.       FMT_INFO.suffix_search_only = true;
  45.       break;
  46.  
  47. --
  48. Carson Gaspar -- carson@cs.columbia.edu carson@lehman.com
  49. <This is the boring business .sig - no outre sayings here>